-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update install manifest for aeraki #336
Conversation
Signed-off-by: chentanjun <[email protected]>
4d8a059
to
0f3ef6d
Compare
@tanjunchen why we need this? |
/retest |
|
@@ -118,7 +118,7 @@ kind: Role | |||
metadata: | |||
labels: | |||
app: aeraki | |||
name: aeraki | |||
name: aeraki-${AERAKI_NAMESPACE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to change the name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not necessary, for installing multiple aeraki on the same cluster, this should be modified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's ok to use the same name for multiple Aeraki deployments since they're in different namespaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installing aeraki in different namespace, aeraki failed to start.
Refer to the istio document, it is recommended to use different clusterrole and clusterrolebinding.
Hold this until we have a clear design how multi-tenants would work. |
This PR is related to #330 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/reopen |
What this PR does / Why we need it:
Pre-Submission Checklist: